
/* Pages Main Tyle */
.pages {
color: #000000;
cursor: default;
font-size: 12px;
font-family: Tahoma, Verdana;
padding: 10px 0;
}

.pages .count, .pages .number {
color: #000000;
font-size: 12px;
background-color: #F7F7F7;
border: 1px solid #CCCCCC;
}
/* Page and PageCount Style */
.pages .count {
border-right: none;
padding: 1px 10px 2px;
}
/* Mode 0,1,2 Style (Number) */
.pages .number {
font-weight: normal;
padding: 1px 10px 2px;
}
.pages .number a, .pages .number span {
font-size: 12px;
}
.pages .number span {
color: #ff0000;
margin: 0px 3px 0px 3px;
}
.pages .number a {
color: #000000;
text-decoration: none;
}
.pages .number a:hover {
color: #0000ff;
}
a.go {
color: #FF0000;
font-weight: bold;
text-decoration:none;
}
a.go:hover {
color: #FF0000;
font-weight: bold;
text-decoration:underline;
}
